board_no=$board_no
"; $comment_contents=str_replace("\n","
",$comment_contents); $q1="insert into ".$board."_comment values (".$board."_COMMENT_NO.NEXTVAL,$board_no,'$comment_id','$comment_pass','$comment_contents',time())"; dmlc($q1,$board."_comment"); unset($mode); } if($mode!="comment_insert"&&!$no&&!$board){alert('ERROR','history.go(-1)');exit;} //Á¶È¸¼ö Áõ°¡ ÇÏ·ç¿¡ Çѹø ÇѰ³ÀÇ±Û if(!$HTTP_COOKIE_VARS["wsee"]){ $q1="update $board set wsee=wsee+1 where no=$no"; dmlc($q1,$board); //setcookie("wsee",$no,time()+86400,"/",".fanea.org"); }else{ $wsee=$HTTP_COOKIE_VARS["wsee"]; if($wsee!=$no){ $q1="update $board set wsee=wsee+1 where no=$no"; dmlc($q1,$board); //setcookie("wsee",$no,time()+86400,"/",".fanea.org"); } } $q1="select no,id,en_name,n_name, mail,mail_open,link, en_title,n_title,en_contents,n_contents, en_keyword,n_keyword,en_author,n_author,issue_date, wtype1,wtype2, wdate,wsee,wstep,wgroup,ino,sfilename,filename,filever from $board where no=$no"; //echo $q1."
"; ora_parse($cur,$q1); ora_exec($cur); $row_cnt=ora_numcols($cur); for($i=0;$i<$row_cnt;$i++){ $cols[]=ora_columnname($cur,$i); } $no=ora_getcolumn($cur,0); $id=ora_getcolumn($cur,1); $en_name=ora_getcolumn($cur,2); $n_name=ora_getcolumn($cur,3); $mail=ora_getcolumn($cur,4); $mail_open=ora_getcolumn($cur,5); $link=ora_getcolumn($cur,6); $en_title=ora_getcolumn($cur,7); $n_title=ora_getcolumn($cur,8); $en_contents=ora_getcolumn($cur,9); $n_contents=ora_getcolumn($cur,10); $en_keyword=ora_getcolumn($cur,11); $n_keyword=ora_getcolumn($cur,12); $en_author=ora_getcolumn($cur,13); $n_author=ora_getcolumn($cur,14); $issue_date=ora_getcolumn($cur,15); $wtype1=ora_getcolumn($cur,16); $wtype2=ora_getcolumn($cur,17); $wdate=ora_getcolumn($cur,18); $wdate=contime($wdate,"/"); $wsee=ora_getcolumn($cur,19); $wstep=ora_getcolumn($cur,20); $wgroup=ora_getcolumn($cur,21); $ino=ora_getcolumn($cur,22); $sfilename=ora_getcolumn($cur,23); $filename=ora_getcolumn($cur,24); $filever=ora_getcolumn($cur,25); $sfilename_a=explode("|",$sfilename); $filename_a=explode("|",$filename); $filever_a=explode("|",$filever); off(); ?>


  Read this content in  [English] []
  visit:
Name
 
Name
 
Issue date
 
Keyword
 
author
 

".nation($wtype1)." only.
Click this to read this content in ".nation($wtype1)."."?>

Attached file
$sfilename_a[$i] ($filever_a[$i])
"; } ?>
"; include "../html/foot.html"; ?>